VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfGraphics Class / AddMarkedContentPoint Methods / AddMarkedContentPoint(String,KeyValuePair<String,PdfBasicObject>[]) Method
Syntax Requirements SeeAlso
In This Topic
    AddMarkedContentPoint(String,KeyValuePair<String,PdfBasicObject>[]) Method (PdfGraphics)
    In This Topic
    Adds a marked-content point with an associated property list to the content stream.
    Syntax
    'Declaration
    
    Public Overloads Sub AddMarkedContentPoint( _
    ByVal tag
    A name object indicating the role or significance of the point.
    As System.String, _
    ByVal ParamArray properties
    An array, which contains the property list, which contains further information associated with the marked content.
    As System.Collections.Generic.KeyValuePair(Of String,PdfBasicObject) _
    )
    public void AddMarkedContentPoint(
    System.String tag,
    params System.Collections.Generic.KeyValuePair<string,PdfBasicObject> properties
    )
    public: void AddMarkedContentPoint(
    System.String tag,
    params System.Collections.Generic.KeyValuePair<string,PdfBasicObject*>* properties
    )
    public:
    void AddMarkedContentPoint(
    System.String tag,
    ... System.Collections.Generic.KeyValuePair<string,PdfBasicObject^>^ properties
    )

    Parameters

    tag
    A name object indicating the role or significance of the point.
    properties
    An array, which contains the property list, which contains further information associated with the marked content.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also